VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Undo Namespace / UndoManagersDispatcher<T> Class
In This Topic
    UndoManagersDispatcher Class Methods
    In This Topic
    For a list of all methods of this type, see UndoManagersDispatcher<T>.
    Public Methods
     NameDescription
    Public MethodDisposes the dispatcher.
    Public MethodReturns the undo manager for the specified item.
    Protected Methods
     NameDescription
    Protected MethodAdds the specified item to the items, which are monitored by this dispatcher, and creates the undo manager for the item.
    Protected MethodRaises the Changed event.
    Protected MethodRemoves all items, which are monitored by this dispatcher, and disposes all undo managers of the items.
    Protected MethodRemoves the specified item from the items, which are monitored by this dispatcher, and disposes the undo manager of the item.
    See Also